This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class WindowsSystemTray | ||||
class, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
A class to create an item in the system tray. | ||||
Add as boolean | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Modifies the item to the system tray. | ||||
Notes:
Returns true if successfull. You can change the Icon&Mask or the Tooltip string. | ||||
icon as picture | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
The picture used for the icon. | ||||
ID as integer | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
If you have more than one icon in the system tray, use this ID to see which one is referred to inside an event. | ||||
InstallEvent(w as window) as boolean | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Installes the event handler. | ||||
Notes:
You need to install the Eventhandler to any window to let this class call it's events. But only the first systemtray object can have working events for all used systemtray objects. | ||||
mask as picture | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
The picture used for the icon's mask. | ||||
MouseLeftButtonDoubleClick(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the left mouse button is pressed for a double click on the system tray icon. | ||||
MouseLeftButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the left mouse button is pressed on the system tray icon. | ||||
MouseLeftButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the left mouse button is released on the system tray icon. | ||||
MouseMiddleButtonDoubleClick(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the middle mouse button is pressed for a double click on the system tray icon. | ||||
MouseMiddleButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the middle mouse button is pressed on the system tray icon. | ||||
MouseMiddleButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the middle mouse button is released on the system tray icon. | ||||
MouseMove(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the mouse is moved over the system tray icon. | ||||
MouseRightButtonDoubleClick(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the right mouse button is pressed for a double click on the system tray icon. | ||||
MouseRightButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the right mouse button is released on the system tray icon. | ||||
MouseRightButtonDown(id as integer) | ||||
event, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Called if the right mouse button is pressed on the system tray icon. | ||||
Remove as boolean | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Removes the item from the system tray. | ||||
Notes:
Returns true if successfull. | ||||
RemoveEvent | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
Removes the event handler. | ||||
Tooltip as string | ||||
property, Windows System Tray | Fr, 6. Sep 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Does nothing. | Windows: Works. | ||
Function:
The help string for the tooltip. | ||||
Notes:
Limited to 63 characters. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.